Relationship Cockpit — if macOS blocks the installer
====================================================

Chrome/Safari downloads mark files with a quarantine flag. Unsigned
installers then get a harsh “malware / Move to Trash” dialog. Ad-hoc
codesign helps a little; true silence needs Apple Developer ID +
notarization (~$99/year).

Do ONE of the following:

1) Right-click → Open (recommended)
   • Right-click (or Control-click) “Install Relationship Cockpit.app”
   • Choose Open
   • Click Open again in the confirmation dialog

2) Clear quarantine in Terminal, then open
   # If you still have the downloaded DMG or ZIP:
   xattr -cr ~/Downloads/Relationship-Cockpit-Mac-Installer.dmg
   xattr -cr ~/Downloads/Relationship-Cockpit-Mac-Installer.zip

   # Or after extracting / mounting, clear the folder then open the app:
   xattr -cr "/path/to/extracted-or-mounted-folder"
   open "/path/to/extracted-or-mounted-folder/Install Relationship Cockpit.app"

3) System Settings → Open Anyway
   • System Settings → Privacy & Security
   • Scroll to the message about the blocked app
   • Click “Open Anyway”

Fallback: double-click “Install Relationship Cockpit.command”
(same right-click → Open / xattr steps apply).

After install: grant Full Disk Access to /usr/bin/python3 if chats look empty.
